home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / iritsm3s.zip / VIEWOBJ.H < prev    next >
C/C++ Source or Header  |  1992-01-28  |  834b  |  23 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions of View Object module.         *
  7. *****************************************************************************/
  8.  
  9. #ifndef    VIEW_OBJ_GH
  10. #define    VIEW_OBJ_GH
  11.  
  12. /* Prototypes for the View Object module: */
  13.  
  14. void InteractPolyObject(ObjectStruct *PObj, RealType *UpdateGlblMat);
  15. void UpdateInteractHandleInput(void);
  16.  
  17. void ViewGeomObject(ObjectStruct *PObj);
  18.  
  19. void ViewSetClosed(RealType *Closed);
  20. void ViewSetNormals(RealType *Active, RealType *Size, RealType *Color);
  21.  
  22. #endif    /* VIEW_OBJ_GH */
  23.